API Documentation
Public Member Functions | Public Attributes | List of all members
nkExport::ExporterLoadResult Struct Referencefinal

Holds the information about a try to import data sources. More...

Public Member Functions

 ExporterLoadResult ()
 
 ~ExporterLoadResult ()
 

Public Attributes

Node_tree
 
ExportError _error
 

Detailed Description

Holds the information about a try to import data sources.

If the import was successful, it will hold the parsed tree. If there was a failure, it will hold an error flagged as active and filled with related information.

Constructor & Destructor Documentation

◆ ExporterLoadResult()

nkExport::ExporterLoadResult::ExporterLoadResult ( )

Default constructor.

◆ ~ExporterLoadResult()

nkExport::ExporterLoadResult::~ExporterLoadResult ( )

Destructor.

Member Data Documentation

◆ _tree

Node* nkExport::ExporterLoadResult::_tree

The resulting parsed tree, if successful. This structure has ownership over the pointer and will delete it when its destructor is called.

◆ _error

ExportError nkExport::ExporterLoadResult::_error

The parsing error filled with information, if any.


The documentation for this struct was generated from the following file: